/** Save the Children Colors 
	Red - #E9212D
	Slate Blue - #7490A3
	Headlines Dark Blue - #06455A
	White - #FFFFFF
	Black - #231F20
	Dark Gray - #8B8E90
	Light Gray - #DFE1E0
**/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	text-align: center;
	font-family: Arial, Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	color: #231F20;
}
.horizontalLine{
	width: 100%;
	height: 5px;
	background-color: #E9212D;
}
.header{
	margin: 20px auto 30px auto;
	text-align: left;
	width: 870px;
	position: relative;
	z-index: 9;
}
.header .logo{
	overflow: hidden;
	width: 182px;
	height: 36px;
}
/** Informational Nav i.e. Nav in Top Right Corner Start **/
#informationalNav{
	position: absolute;
	color: #7490A3;
	right: 0;
	top: 15px;
	font-size: 0.8125em;
}
#informationalNav a{
	margin-left: 10px;
	margin-right: 10px;
}
#informationalNav a.lastChild{
	margin-right: 0;
}
/** Informational Nav i.e. Nav in Top Right Corner End **/
/** Primary Navigation Start **/
#primaryNav{
    height: 63px;
	padding-top: 35px;
}
#primaryNav strong{
    display: block;
    font-size: 1.25em;
    font-weight: 600;
}
#primaryNav a.donate.firstLevel{
    background-color: #E9212D;
    border-bottom: 5px solid #E9212D;
    border-left: 0;
    padding-top: 5px;
    margin-top: 0px;
}
#primaryNav a.donate.firstLevel,#primaryNav a.donate.firstLevel:visited{  
    color: #FFFFFF;
}
#primaryNav a.firstLevel.secondChild{
    border-left: 0;
}
#primaryNav a.firstLevel{
    margin-right:1px;
    border-bottom: 5px solid #8B8E90;
    border-left: 1px solid #8B8E90;
    padding-top: 0;
    margin-top: 5px;
	line-height: 1.3em;
}
#primaryNav > ul > li{
	float: left;
}
#primaryNav > ul > li:hover > a{
    border-bottom: 5px solid #E9212D;
    color: #E9212D;
    text-decoration: none;
}
#primaryNav ul ul{
    background-color:#F8F8F8;
    position: absolute;
    display: none;
    border-radius: 0 0 12px 12px;
    z-index: 10;
}
#primaryNav ul li:hover ul{
    display: block;
}
#primaryNav li li{
    display: block;
}
#primaryNav a{
    display: block;
    padding: 6px 14px 10px 14px;
    text-align: left;
    font-weight: 300;
    color: #8B8E90;
}
#primaryNav a:hover{
    color: #E9212D;
}
#primaryNav li li a{
    padding: 7px 12px;
}
/** Primary Navigation End **/
/** Site Search Start **/
#siteSearch{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
}
.search{
	padding-left: 20px;
	font-size: 0.8125em;
	line-height: 1em;
	background: url('magnifying_glass.png') no-repeat 0 1px;
}
#siteSearch button{
    background-color: #FFFFFF;
    width: 25px;
    height: 21px;
    border: 0 none;
    vertical-align:middle;
}
#siteSearch input[type='text']{
	width: 165px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 5px;
	color: #8B8E90;
}
#primaryNavWrapper .toggle, #primaryNavWrapper .toggleLabel, #informationalNav .mobileDonate {
	display: none;
}
#primaryNav li.mobile-only {
	display: none;
}
/** Site Search End **/
/** General Nav Start **/
.horizontal.nav li{
	list-style-type: none;
	display: inline;
}
/** General Nav End **/
/** General Links Start **/
a:link, a:visited{
    color: #7490A3;
    text-decoration: none;
    font-weight: 300;
}
a:hover, a:active{
    color: #E9212D;
    text-decoration: underline;
}
/** General Links End **/
/** General Form Start **/
input[type='text'], select, textarea{
	border: 1px solid #8B8E90;
	box-shadow: 0 0 10px #8B8E90 inset;
	line-height: 1em;
	font-size: 0.8125em;
}
.nowrapFormLabel.width160 label {
    white-space: normal
}
textarea {
	width: 100%;
	box-shadow: 0 0 0 0;
}
/** General Form End **/
/** Home **/
#home #latestNews, #home #emergency{
	width: 970px;
	height: 97px;
	margin: 10px auto;
	overflow: hidden;
	background: url('gray_arc.png') center 0 no-repeat #FFFFFF;
	position: relative;
	clear: both;
}
#home #emergency h2, #home #latestNews h2{
	background: url('full_width_headline_line.png') no-repeat center center;
	padding: 0 20px;
	line-height: 1em;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#home #emergency{
	background: url('red_arc.png') center 0 no-repeat #FFFFFF;
	color: #FFFFFF;
}
#home #emergency h2{
	color: #FFFFFF;
}
#home #emergency a, #home #latestNews a{
	font-weight: 600;
}
#home #emergency a {
	color: #FFFFFF;
}
#home #emergency div, #home #latestNews div{
	width: 970px;
	height: 97px;
}
/** End Home **/
/** Default Side Nav Pages Start **/
#default #content{
	background: url('headline_curve.png') no-repeat center 0 #FFFFFF;
	padding: 50px 5px 20px 5px; 
	position: relative;
	text-align: left;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	overflow: hidden;
}
#default #headline h1{
	line-height: 1em;
	margin-bottom: 20px;
}
#default #sideNav{
	width: 300px;
	margin: 0 10px;
	position: absolute;
	top: 0px;
	left: 0;
	padding-top: 25px;
	min-height: 612px;
	background: url('left_nav_background.png') right 0 no-repeat;
}
#default #sideNav ul{
	list-style-type: none;
}
#default #sideNav li.firstLevel{
	border-bottom: 1px solid #8B8E90;
	line-height: 2.5em;
}
#default #sideNav li.secondLevel{
	line-height: 1.6em;
}
#default #sideNav li.firstLevel a.selected{
	font-weight: 600;
}
#default #sideNav li.secondLevel a.selected, #default #sideNav li.thirdLevel a.selected{
	font-style: italic;
	font-weight: 300;
}
#default #contentSecond{
	width: 620px;
	margin: 0 10px;
	position: relative;
	left: 320px;
	min-height: 662px;
}
#default #contentSecond .container, #default #contentSecond .colorBlock{
	width: 640px;
	margin-left: -15px;
	padding: 50px 5px 20px 5px;
	clear: both;
	overflow: hidden;
}
#default #contentSecond .colorBlock{
	margin-bottom: 30px;
	background-color: #DFE1E0;
}
/** Default Side Nav Pages End **/
/** Full Width Pages Start **/
#fullWidth #headline{
	background: url('headline_curve.png') no-repeat center 0 #FFFFFF;
	padding: 50px 0 20px 0;
}
#fullWidth #headline h1{
	line-height: 1em;
	text-transform: uppercase;
	width: 970px;
	margin: 0 auto;
	background: url('full_width_headline_line.png') no-repeat center center;
}
#fullWidth #headline h1 span{
	background-color: #FFFFFF;
	padding: 0 40px;
}
#fullWidth #content, #fullWidth .colorBlock{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#fullWidth #content .container{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	padding: 0 5px;
	position: relative;
}
#fullWidth .section, #default #contentSecond .container .section, #default #contentSecond .colorBlock .section{
	width: 300px;
	margin: 30px 10px;
	float: left;
}
#fullWidth .center .section{
	text-align: center;
}
#fullWidth .section h3 a, #default #contentSecond .container .section h3 a, #default #contentSecond .colorBlock .section h3 a, .press h3 a{
	background: url('decorative_link_arrow.png') 0 center no-repeat;
	padding-left: 35px;
	margin: 10px 0;
	display: inline-block;
}
#contentSecond .section h3, #contentSecond .container h2, #contentSecond .colorBlock h2{
	margin: 0;
}
#fullWidth .section.onlyTwo{
	clear: both;
	margin-left: 160px;
}
#fullWidth .section.onlyOne{
	clear: both;
	margin-left: 320px;
}
#fullWidth .colorBlock{
	background-color: #DFE1E0;
	clear: both;
	padding: 20px 0;
	margin-bottom: 30px;
}
#fullWidth .colorBlock h2, #default #contentSecond .container h2, #default #contentSecond .colorBlock h2{
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
}
#fullWidth .colorBlock .downArrow, #default #contentSecond .colorBlock .downArrow {
    border-left: 66px solid rgba(0, 0, 0, 0);
    border-right: 66px solid rgba(0, 0, 0, 0);
    border-top: 25px solid #DFE1E0;
    bottom: -44px;
    clear: both;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
}
#fullWidth .four{
	width: 160px;
	margin: 40px;
	height: 140px;
	float: left;
	position: relative;
	text-align: center;
}
#fullWidth .four .button{
	background-color: #7490A3;
    background-image: linear-gradient(180deg, #AEC7DD, #7490A3);
    border: 1px solid #7490A3;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 17px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 158px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#fullWidth .four .button.single{
	line-height: 34px;
}
#join .social.icons{
	margin-top: 30px;
}
/** Full Width Pages End **/
/** Footer Start **/
.footer{
	clear: both;
	margin: 20px auto;
	border-top: 10px solid #8B8E90;
	width: 970px;
	text-align: left;
	color: #8B8E90;
	background: url('footer_arc.png') center bottom no-repeat;
	padding-bottom: 45px;
	position:relative;
}
.footer .firstLevel, .footer .secondLevel{
	width: 930px;
	padding: 20px;
	background-color: #DFE1E0;
	overflow: hidden;
	border-bottom: 2px solid #8B8E90;
}
.footer .secondLevel{
	border-bottom: 0;
}
.footer .mission, .footer .financials, .footer .validators{
	height: 150px;
	float: left;
	position: relative;
	font-size: 0.7em;
}
.footer h2{
	font-size: 1.2em;
}
.footer .financials{
	border-left: 1px solid #8B8E90;
	border-right: 1px solid #8B8E90;
	padding: 0 20px;
	margin: 0 20px;
	width: 300px;
}
.footer .mission{
	background: url('header_save_the_children_logo.png') no-repeat 0 0;
	width: 275px;
}
.footer .mission p{
	padding-left: 10px;
	bottom: 0;
    position: absolute;
    right: 0;
}
.footer .validators{
	width: 325px;
	position: absolute;
	text-align: center;
	right: 0;
}
.footer .validators img{
	margin: 5px;
}
.footer .stayInformed, .footer .stayConnected, .footer .donate{
	float: left;
	height: 45px;
	position: relative;
	font-size: 0.7em;
	line-height: 1em;
}
.footer .stayInformed{
	width: 530px;
}
.footer .stayInformed input[type='text']{
	height: 13px;
	padding: 3px;
	margin-right: 10px;
	color: #8B8E90;
}
.footer .stayInformed input[name='email_address'], .footer .stayInformed input[name='last_name']{
	width: 157px;
}
.footer .stayInformed input[name='first_name']{
	width: 120px;
}
.footer .stayInformed form{
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer .stayInformed button{
	width: 25px;
	height: 21px;
	background-color: #DFE1E0;
	margin-top: -5px;
	vertical-align: middle;
}
.footer .stayConnected{
	padding: 0 20px;
	margin: 0 20px;
	border-left: 1px solid #8B8E90;
	border-right: 1px solid #8B8E90;
	width: 157px;
}
.footer .donate{
	width: 160px;
	text-transform: uppercase;
}
.footer .donate a{
	color: #FFFFFF;
	font-weight: 600;
	display: block;
	width: 158px;
	border: 1px solid #E9212D;
	background-color: #E9212D;
	border-radius: 5px;
	line-height: 30px;
	font-size: 1.3em;
	text-align: center;
	position: absolute;
	bottom: 1px;
	right: 0;
	background-image: linear-gradient(180deg, #F37D83, #E9212D);
}
.footer .social.icons{
	position: absolute;
	bottom: -1px;
	left: 17px;
}
/** Footer End **/
/** Extended Footer Start **/
#extendedFooter{
	width: 930px;
	margin: 0px auto 20px auto;
	padding: 20px;
	background: url('semi_transparent_world_map.jpg') center 0 no-repeat;
	overflow: hidden;
	border-bottom: 2px solid #DFE1E0;
}
#extendedFooter ul{
	list-style-type:none;
	float: left;
	text-align: left;
	border-left: 1px solid #8B8E90;
	padding: 0 20px;
	min-height: 180px;
}
#extendedFooter ul:first-child{
	border-left: 0;
}
#extendedFooter a strong{
	font-weight: 600;
}
/** Extended Footer End **/
/** Legal Information Start **/
#legalInformation{
	width: 930px;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #7490A3;
	font-size: 0.8em;
	font-weight: 100;
}
#legalInformation a{
	font-weight: 600;
}
/** Legal Information End **/
/** Quotes Start **/
.quote{
	font-size: 1.3em;
	line-height: 2em;
	color: #8B8E90;
	text-align: center;
	padding: 0 70px;
}
/** Quotes End **/
/** Social Media Icons **/
.addthis_follow_label{
	display: none;
}
.social.icons{
	text-indent: 0;
}
.social{
	overflow: hidden;
	display: inline-block;
	background-position: -1px -1px;
	color: transparent;
}
.social.large{
	width: 50px;
	height: 50px;
	background-image: url('social_media_icons_large.png');
	margin: 5px;
}
a .social.medium{
	margin: 0 0 0 -4px;
}
.social.medium{
	width: 35px;
	height: 35px;
	background-image: url('social_media_icons_medium.png');
	margin: 3px;
}
.social.small{
	width: 20px;
	height: 20px;
	background-image: url('social_media_icons_small.png');
	margin: 2px;
}
.twitter.social.large{
	background-position:-1px -1px;
}
.twitter.social.large:hover{
	background-position:-1px -53px;
}
.twitter.social.medium{
	background-position:-1px -1px;
}
.twitter.social.medium:hover{
	background-position:-1px -38px;
}
.twitter.social.small{
	background-position:-1px -1px;
}
.twitter.social.small:hover{
	background-position:-1px -23px;
}
.facebook.social.large{
	background-position:-53px -1px;
}
.facebook.social.large:hover{
	background-position:-53px -53px;
}
.facebook.social.medium{
	background-position:-38px -1px;
}
.facebook.social.medium:hover{
	background-position:-38px -38px;
}
.facebook.social.small{
	background-position:-23px -1px;
}
.facebook.social.small:hover{
	background-position:-23px -23px;
}
.pinterest.social.large{
	background-position:-105px -1px;
}
.pinterest.social.large:hover{
	background-position:-105px -53px;
}
.pinterest.social.medium{
	background-position:-74px -1px;
}
.pinterest.social.medium:hover{
	background-position:-74px -38px;
}
.pinterest.social.small{
	background-position:-45px -1px;
}
.pinterest.social.small:hover{
	background-position:-45px -23px;
}
.googlePlus.social.large{
	background-position:-157px -1px;
}
.googlePlus.social.large:hover{
	background-position:-157px -53px;
}
.googlePlus.social.medium{
	background-position:-112px -1px;
}
.googlePlus.social.medium:hover{
	background-position:-112px -38px;
}
.googlePlus.social.small{
	background-position:-67px -1px;
}
.googlePlus.social.small:hover{
	background-position:-67px -23px;
}
.instagram.social.large{
	background-position:-209px -1px;
}
.instagram.social.large:hover{
	background-position:-209px -53px;
}
.instagram.social.medium{
	background-position:-164px -1px;
}
.instagram.social.medium:hover{
	background-position:-164px -38px;
}
.instagram.social.small{
	background-position:-89px -1px;
}
.instagram.social.small:hover{
	background-position:-89px -23px;
}
/** End Social Media Icons **/
/** Horizontal Separators Start **/
.horizontalSeparator{
	margin: 10px auto;
}
/** Horizontal Separators End **/
#webFeatureTable{
	table-layout: fixed;
	width: 100%;
	position: relative;
	z-index: 1;
}
#webFeatureTable .aside{
	width: 280px;
	padding: 10px;
	margin: 10px;	
}
p{
	line-height: 1.6em;
}
p + p{
	margin-top: 20px;
}
#content ul, #content ol{
	margin: 20px;
}
#contentSecond li{
	margin: 10px 0;
}
#contentSecond h2,#contentSecond h3, #contentSecond h4, #contentSecond h5, #contentSecond h6{
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6{
	color: #06455A;
	font-weight: 600;
}
#content a.donate{
	background-color: #E9212D;
    background-image: linear-gradient(180deg, #F37D83, #E9212D);
    border: 1px solid #E9212D;
    border-radius: 5px 5px 5px 5px;
    bottom: 1px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 150px;
	margin: 1em 0;
}
#content li ul, #content li ol{
	margin: 0 20px;
}
.stacked{
	font-weight: 100;
}
.stacked strong{
	display: block;
	font-size: 1.3em;
	font-weight: 600;
}
/* NewsRoom - Press Releases */
.press li.icl_subtitle {
    color:#A7A9AC;
}
.media_contacts {
    padding:25px;
    background: #DFE1E0 url('arrow_down_solid.png') no-repeat 0 bottom;
}
.media_contacts .col {
    width: 49%;
    display:inline-block;
    *display:block;
    zoom:1;
	vertical-align: top;
}
#content .media_contacts ul {
    list-style:none;
    color:#958e7e;
    padding-left:0px !important;
	margin: 16px 0;
}
/* End NewsRoom - Press Releases */
h1{
    font-size: 1.375em;
}
h2{
    font-size: 1.25em;
}
h3{
    font-size: 1.125em;
}
h4{
    font-size: 1em;
}
h5{
    font-size: 0.875em;
}
h6{
    font-size: 0.75em;
}
.center{
	text-align: center;
}
.centered, #fullWidth .section.centered, #default #contentSecond .section.centered{
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.right{
	float: right;
	margin-right: 0;
}
.left{
	float: left;
	margin-left: 0;
}
.clear{
	clear: both;
}
/** Home Page Join **/
#join .container{
    background-color: #DFE1E0;
    overflow: hidden;
    color: #231F20;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#emailSignup,#socialConnection{
    width: 391.5px;
    float: left;
    padding-top: 16px;
    padding-bottom: 30px;
    height: 287px;
    padding-left: 49px;
    padding-right: 42px;
    position: relative;
}
#join .button{
    position: absolute;
    bottom: 30px;
    left: 49px;
}
#join .vertical.separator{
    float: left;
    width: 1px;
    height: 333px;
    background-color: #8B8E90;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#join h3{
    margin-bottom: 26px;
    font-weight: 100;
    font-size: 22.14px;
}
#join h3 strong{
    font-weight: 600;
    font-size: 27.68px;
}
/** End Home Page Join Section **/
#home #mission{
	width: 970px;
	margin: 0 auto;
}
#home #mission p{
	padding: 0 85px;
}
/** Bottom Content **/
#featured{
    padding-top:50px;
    padding-bottom: 40px;
    overflow: hidden;
	width: 970px;
	text-align: left;
	margin: 0 auto;
}
#featured h4{
    font-weight: 100;
    font-size: 22.14px;
    margin-bottom: 20px;
}
#featured strong{
    font-weight: 600;
    font-size: 27.68px
}
#sponsorAChild, #supporter, #spotlight{
    width: 248px;
    padding: 0 37px 7px 37px;
    float: left;
    height: 450px;
    position: relative;
}
#sponsorAChild img, #supporter img, #spotlight img{
    margin-bottom: 20px;
}
#featured .button{
    position: absolute;
    bottom: 7px;
    left: 41px;
}
#supporter{
    border-left: 1px solid #8B8E90;
    border-right: 1px solid #8B8E90;
}
/** End Bottom Content **/
/** Simple Modal lightbox styles **/
#simplemodal-container a.modalCloseImg {
    background: url("https://secure.savethechildren.org/atf/cf/{5449358d-feab-49e3-9f10-0f9c77e93c0a}/x.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    height: 29px;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 25px;
    z-index: 3200;
}
/** End Simple Modal lightbox styles **/
/** Buttons **/
a.button, button.button{
    width: 115px;
    height: 22px;
    line-height: 22px;
    font-size: 9.11px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
/** Non-Monetary Asks **/
a.infoAsk, button.infoAsk{
    color: #FFFFFF;
    background-color:#7490A3;
    background-image: linear-gradient(180deg, #AEC7DD, #7490A3);
    border-radius: 5px;
    border: 1px solid #7490A3;    
}
/** Homepage Slideshow **/
#home #slideshow, #fullWidth #slideshow{
    height: 400px;
    overflow: hidden;
    position: relative;
}
#fullWidth #slideshow, #fullWidth #thumbnails{
 width: 970px;
 margin-left: -5px;
}
#home #slideshow .slide,#fullWidth #slideshow .slide{
    height: 400px;
    width: 100%;
    position: relative;
	background-color: #FFFFFF;
}
#home #slideshow [id^='slide-'], #fullWidth #slideshow [id^='slide-']{
    position:absolute;
    top: 0;
    left: 0;
}
#home #slideshow .cta, #fullWidth #slideshow .cta{
    position: absolute;
    bottom: 40px;
    color: #8B8E90;
    font-size: 1.5em;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    background-color: #DFE1E0;
}
#home #slideshow .cta p, #fullWidth #slideshow .cta p{
    line-height: 1.08em;
	margin-bottom: 10px;
}
#home #slideshow .cta.right, #fullWidth #slideshow .cta.right{
    right: 135px;
}
#home #slideshow .cta.left, #fullWidth #slideshow .cta.left{
    left: 135px;
}
#home #slideshow .cta h2, #fullWidth #slideshow .cta h2{
    font-weight: 600;
    font-size: 1.04em;  
    color: #8B8E90;
}
#home #slideshow .button, #fullWidth #slideshow .button{
    position:absolute;
    display: block;
    width: 178px;
    height: 38px;
    padding-left: 60px;
    text-align: center;
    bottom: 12px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 38px;
    font-weight: 600;
}
#home #slideshow .donate, #fullWidth #slideshow .donate{
    background:url('slideMonetaryAsk.png') 0 0 no-repeat;
	border: 0;
	border-radius: 0;
	margin: 0;
}
#home #slideshow .learnMore, #fullWidth #slideshow .learnMore{
    background:url('slideNonMonetaryAsk.png') 0 0 no-repeat;
}
#home #thumbnails, #fullWidth #thumbnails{
    text-align: center;
    padding: 20px 0;
}
#home #thumbnails img, #fullWidth #thumbnails img{
    width: 162px;
    height: 67px;
    border-radius: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0 6px;
    cursor: pointer;
}
#home #thumbnails img.active, #fullWidth #thumbnails img.active{
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
}
#home .arrows, #fullWidth .arrows{
    position: absolute;
    top: 0px;
    width: 970px;
    z-index: 10;
}
#home #slideshow-prev, #home #slideshow-next, #fullWidth #slideshow-prev, #fullWidth #slideshow-next{
    width: 30px;
    height: 400px;
    position: absolute;
    top: 0;
    cursor: pointer;
}
#fullWidth #slideshow-prev{
	left: 5px;
}
#fullWidth #slideshow-next{
	right: 15px;
}
#home #slideshow-prev, #fullWidth #slideshow-prev{
    background: url('slideshowPrev2.png') no-repeat center center;
    left: 10px;
}
#home #slideshow-next, #fullWidth #slideshow-next{
    background: url('slideshowNext2.png') no-repeat center center;
    right: 10px;
}
#home #content{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#fullWidth #join .container{
	width: 970px;
	padding: 0;
}
#fullWidth #join{
	margin-bottom: 50px;
}
/** End HomePage Slideshow **/
.caption{
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.5;
}
.emailSignup.join input[type='text']{
	box-shadow: 0 0 0 0;
}
.emailSignup input[type='text']{
	padding: 15px;
	height: 13px;
	text-align: center;
	border: 1px solid #8B8E90; 
	font-size: 13px;
	line-height: 1em;
}
.emailSignup.join input[name='email_address']{
	margin-top: 10px;
}
.emailSignup input[name='email_address']{
	width: 358px;
	display: block;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.emailSignup input[name='first_name']{
	width: 98px;
	border-right: 0 none;
	border-radius: 5px 0 0 5px;
	display: inline-block;
}
.emailSignup input[name='last_name']{
	width: 228px;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	margin-left: -3px;
}
.emailSignup button{
	margin-top: 30px;
	display: block;
}
.emailSignup button:hover{
	text-decoration: underline;
}
#blank{
	background: none transparent;
}
.advocacy #ad_Items_wrpr{
	margin-right: 0;
	width: 100%;
}
.advocacy div.ad_item{
	padding: 20px 0;
}
.advocacy #ad_Reg_wpr, .advocacy #ad_Reg fieldset{
	background-color: #DFE1E0;
	overflow: hidden;
}
.advocacy #ad_Reg #ad_Recp_h3:first-child,.advocacy  #ad_Reg #ad_Recp_h3+fieldset,.advocacy #ad_wrapper label[for='ctl00_ctl00_msgMessage_chkSendMeCopy'], .advocacy #ad_wrapper input#ctl00_ctl00_msgMessage_chkSendMeCopy, .advocacy #ad_wrapper input#ctl00_ctl00_regRegister_rgfRegistrationForm_CheckBox7, .advocacy #ad_wrapper label[for='5057817'],.advocacy #ad_Reg label.ad_sbmt, .advocacy #ad_Reg_wpr #ad_Reg br, .advocacy #ad_Reg fieldset.ad_Topc span, .advocacy #ad_wrapper #ctl00_ctl00_cmdPreviewLetter{
	display: none;
}
.advocacy #ad_wrapper h3.legend{
	color: #06455A;
	font-weight: 300;
}
.advocacy fieldset.ad_Ltr , .advocacy fieldset.ad_Ltr+#ad_Reg_wpr{
    float: left;
	width: 45%;
}
.advocacy #ad_Ltr_wpr fieldset.ad_Ltr+#ad_Reg_wpr{
	margin-top: -45px;
}
.advocacy div#ad_wrapper div#ad_Reg fieldset.ad_Ltr input[type='text'],.advocacy #ad_Ltr_wpr #ad_Reg fieldset input[type='text']{
	padding: 3px;
	width: 180px;
	margin: 10px 0;
}
.advocacy div#ad_Reg fieldset.ad_RegInfo label{
	clear: both;
	width: 140px;
}
.advocacy #ad_Reg_wpr .ad_label, .advocacy #ad_Reg_wpr fieldset.ad_RegInfo label{
	line-height: 1.3em;
	margin: 10px 0;
}
.advocacy #ad_Reg select{
	padding: 3px;
	margin: 10px 0;
}
.advocacy div#ad_wrapper div#ad_Reg fieldset.ad_Ltr input#ctl00_ctl00_msgMessage_txtSubject[type="text"] {
    width: 83%;
}
.advocacy #ad_Reg .ad_Topc label{
	width: 90%;
}
.advocacy #ad_Ltr_wpr #ad_Reg .ad_Topc input {
    margin: 5px;
}
.advocacy div#ad_Reg input.ad_sbt{
	float: right;
	background: url('advocacyAsk.png') no-repeat left top;
	width: 238px;
	height: 38px;
}
.advocacy label[for="ctl00_ctl00_msgMessage_txtMessage"]{
	display: block;
	margin-bottom: 1em;
}
.advocacy .ad_Ltr pre{
	width: 80%;
	margin: 0 0 10px;
	padding: 1em;
	clear: left;
	float: none;
	display: block;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #231F20;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #FFFFFF;
}
#new_petition_form_left, #new_petition_form_right{
	width: 50%;
	float: left;
}
#new_petition_form_left > *, #new_petition_form_right >*{
	margin: 20px;
}
#new_petition_form_left div[name="new_petition_text"]{
	margin: 20px 0;
	padding: 20px;
	background-color: #FFFFFF;
	width: 80%;
}
#new_petition_form_left #new_form{
	margin-top: 0;
}
#new_petition_form{
	overflow: hidden;
	background-color: #DFE1E0;
}
#petitions_table th{
	color: #06455A;
}
#petitions_table{
	width: 80%;
}
#petitions_table td{
	padding: 10px 0;
	border-bottom: 1px solid #8B8E90;
}
#petitions_table td.name{
	width: 90%;
}




/* Replacements */
/* 29x29 */
.social_29x29 a{
	display:inline-block;
	vertical-align: middle;
	margin: 3px;
	cursor: pointer;
}
.social_29x29 a span {
	width: 29px;
	height: 29px;
	display: block;
}
.social_29x29 a span{
	background-image: url('SOCIAL-MEDIA-ICONS-GRAY-FULL-COLOR-29X29.PNG?id=7');
	background-repeat: no-repeat;
}
.social_29x29.social_circles a span{
	background-image: url('SOCIAL-MEDIA-ICONS-GRAY-FULL-COLOR-CIRCLES-29X29.PNG?id=7');
	background-repeat: no-repeat;
}
/* Regular */
.social_29x29 .addthis_button_facebook span{
	background-position: 0 0;
}
.social_29x29 .addthis_button_twitter span{
	background-position: -29px 0;
}
.social_29x29 .addthis_button_pinterest_share span{
	background-position: -58px 0;
}
.social_29x29 .addthis_button_google_plusone_share span{
	background-position: -87px 0;
}
.social_29x29 .social_button_instagram span{
	background-position: -116px 0;
}
.social_29x29 .social_button_donate span{
	background-position: -145px 0;
}
.social_29x29 .addthis_button_more span{
	background-position: -174px 0;
}
/* Hover, and Full Color */
.social_29x29.social_full_color .addthis_button_facebook span, .social_29x29 .addthis_button_facebook:hover span{
	background-position: 0 -29px;
}
.social_29x29.social_full_color .addthis_button_twitter span, .social_29x29 .addthis_button_twitter:hover span{
	background-position: -29px -29px;
}
.social_29x29.social_full_color .addthis_button_pinterest_share span, .social_29x29 .addthis_button_pinterest_share:hover span{
	background-position: -58px -29px;
}
.social_29x29.social_full_color .addthis_button_google_plusone_share span, .social_29x29 .addthis_button_google_plusone_share:hover span{
	background-position: -87px -29px;
}
.social_29x29.social_full_color .social_button_instagram span, .social_29x29 .social_button_instagram:hover span{
	background-position: -116px -29px;
}
.social_29x29.social_full_color .social_button_donate span, .social_29x29 .social_button_donate:hover span{
	background-position: -145px -29px;
}
.social_29x29.social_full_color .addthis_button_more span, .social_29x29 .addthis_button_more:hover span{
	background-position: -174px -29px;
}
/* Sidebar */
#social_sidebar.social_29x29 {
	position: fixed;
	right: 0;
	top: 20%;
	width: 35px;
	z-index: 1000;
}
@media screen and (max-width: 1100px) {
	/* Sidebar Changes */
	#social_sidebar.social_29x29 a span{
		background-image: url('SOCIAL-MEDIA-ICONS-GRAY-FULL-COLOR-CIRCLES-29X29.PNG?id=7');
		background-repeat: no-repeat;
	}
	#social_sidebar.social_29x29 .addthis_button_facebook span{
		background-position: 0 -29px;
	}
	#social_sidebar.social_29x29 .addthis_button_twitter span{
		background-position: -29px -29px;
	}
	#social_sidebar.social_29x29 .addthis_button_pinterest_share span{
		background-position: -58px -29px;
	}
	#social_sidebar.social_29x29 .addthis_button_google_plusone_share span{
		background-position: -87px -29px;
	}
	#social_sidebar.social_29x29 .social_button_instagram span{
		background-position: -116px -29px;
	}
	#social_sidebar.social_29x29 .social_button_donate span{
		background-position: -145px -29px;
	}
	#social_sidebar.social_29x29 .addthis_button_more span{
		background-position: -174px -29px;
	}
	#social_sidebar.social_29x29 {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 35px;
		z-index: 1000;
		text-align: center;
	}
}
/* End 29x29 */
/* 50x50 (Follows Only, Always on a Colored Background) */
.social_50x50 a{
	display:inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}
.social_50x50 a span {
	width: 50px;
	height: 50px;
	display: block;
}
.social_50x50 a span{
	background-image: url('SOCIAL-MEDIA-ICONS-GRAY-FULL-COLOR-50X50.PNG?id=7');
	background-repeat: no-repeat;
}
.social_50x50 .addthis_button_facebook_follow span{
	background-position: 0 0;
}
.social_50x50 .addthis_button_twitter_follow span{
	background-position: -50px 0;
}
.social_50x50 .addthis_button_pinterest_follow span{
	background-position: -100px 0;
}
.social_50x50 .addthis_button_google_follow span{
	background-position: -150px 0;
}
.social_50x50 .addthis_button_instagram_follow span{
	background-position: -200px 0;
}
.social_50x50 .addthis_button_facebook_follow:hover span{
	background-position: 0 -50px;
}
.social_50x50 .addthis_button_twitter_follow:hover span{
	background-position: -50px -50px;
}
.social_50x50 .addthis_button_pinterest_follow:hover span{
	background-position: -100px -50px;
}
.social_50x50 .addthis_button_google_follow:hover span{
	background-position: -150px -50px;
}
.social_50x50 .addthis_button_instagram_follow:hover span{
	background-position: -200px -50px;
}
/* End 50x50 */
#taleoContent form {
	max-width: 100%;
}
#taleoContent .nowrapFormLabel {
	white-space: normal;
}
#taleoContent form td, #taleoContent form td[colspan="2"] {
	padding-bottom: 16px;
}
#taleoContent form td.width160  {
	width: 160px;
}
#taleoContent form td.width160 + td {
	width: auto !important;
}
#taleoContent td.top {
	vertical-align: top;
}
#default #taleoContent select {
	box-shadow: 0 0 0;
	padding: 8px;
	box-sizing: border-box;
	max-width: 400px;
	line-height: 1.1;
	border: 1px solid #8B8E90;
	font-size: 16px;
	border-radius: 3px;
}
@media screen and (min-width: 0px) {
	#default #taleoContent select {
		width: 100%;
	}
	#default #taleoContent select.text.fit  {
		width: auto;
	}
}
#default #taleoContent input[type="text"], #default #taleoContent input[type="password"] {
	box-shadow: 0 0 0;
	padding: 8px;
	box-sizing: border-box;
	max-width: 400px;
	line-height: 1.1;
	border: 1px solid #8B8E90;
	font-size: 16px;
	border-radius: 3px;
}
@media screen and (min-width: 0px) {
	#default #taleoContent input[type="text"], #default #taleoContent input[type="password"] {
		width: 100%;
	}
}
#taleoContent input[type="submit"] {
	padding: 8px !important;
	border-radius: 3px;
}
#taleoContent form label[for="email"], #taleoContent form label[for="cwsPassword"]  {
	display: inline-block;
	min-width: 160px;
	text-align: right;
	padding-right: 10px;
}
#taleoContent form input.jquerycalendar {
	margin-right: 10px;
}
#taleoContent form textarea {
	padding: 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	line-height: 1.4;
	font-size: 16px;
}
#taleoContent form option {
	white-space: normal;
}
/* SCAN Overlay */
#SCAN.overlay-container {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
	padding: 474px 20px 20px 20px;
	background: url('/atf/cf/%7B9def2ebe-10ae-432c-9bd0-df91d2eba74a%7D/INTERSTITIAL-ON-LEAVE-CHILD.JPG') no-repeat center top #bcbec0;
	width: 600px;
	border-radius: 5px;
	position: relative; 
}
#SCAN.overlay-container #scan-go-button, #scan-cancel-button {
	color: #ffffff;
}
#SCAN.overlay-container #scan-cancel-button {
	margin-right: 20px;
}
#SCAN.overlay-container #scan-go-button, #SCAN.overlay-container #scan-go-button:visited{
	display: inline-block;
	padding: 10px;
	line-height: 1;
	border-radius: 0.25em;
	text-shadow: 0 1px 1px #939598;
	min-width: 100px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #00a1c9;
}
#SCAN.overlay-container #scan-go-button:hover{
	text-decoration: underline;
	background-color: #00b6dc;
}
#SCAN.overlay-container #scan-go-button:active, #scan-go-button.active {
	text-decoration: underline;
	background-color: #008eb4;
}
#SCAN.overlay-container #scan-cancel-button, #scan-cancel-button:visited{
	display: inline-block;
	padding: 10px;
	line-height: 1;
	border-radius: 0.25em;
	text-shadow: 0 1px 1px #939598;
	min-width: 100px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #eb212e;
	margin-bottom: 20px;
}
#SCAN.overlay-container #scan-cancel-button:hover{
	text-decoration: underline;
	background-color: #f52534;
}
#SCAN.overlay-container #scan-cancel-button:active {
	text-decoration: underline;
	background-color: #db1d29;
}
@media only screen and (min-width: 640px) and (max-width: 989px){
	#SCAN.overlay-container {
		display: inline-block;
		vertical-align: middle;
		margin: 20px auto;
		padding: 20px;
		background-image: none;
		width: 100%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 639px){
	#SCAN.overlay-container {
		display: inline-block;
		vertical-align: middle;
		margin: 20px auto;
		padding: 20px;
		background-image: none;
		width: 95%;
		box-sizing: border-box;
		word-wrap: break-word;
	}
}